Sandro Knauß [Sat, 3 May 2025 21:57:43 +0000 (23:57 +0200)]
Declare fast forward from 3.16.2-1
[dgit --quilt=gbp --overwrite]
Sandro Knauß [Sun, 5 Jan 2025 22:17:28 +0000 (23:17 +0100)]
Revert "ensure no any user writable permissions in Nextcloud sync folder"
This reverts commit
5b2af166d3d9c8537c565922750392d4a3f6610e.
Gbp-Pq: Name 0007-Revert-ensure-no-any-user-writable-permissions-in-Ne.patch
Sandro Knauß [Sun, 5 Jan 2025 19:33:16 +0000 (20:33 +0100)]
Revert "better logs and factor common code in folder permissions handling"
This reverts commit
1417e8cb60e84762f94345b21d587fb54bc90b51.
Gbp-Pq: Name 0006-Revert-better-logs-and-factor-common-code-in-folder-.patch
Sandro Knauß [Fri, 3 Feb 2023 17:09:41 +0000 (18:09 +0100)]
Don't use GuiPrivate.
It is not used anymore and it was patched out before.
Forwarded: not-needed
Gbp-Pq: Name 0004-Don-t-use-GuiPrivate.patch
Sandro Knauß [Tue, 30 Jul 2024 10:35:29 +0000 (12:35 +0200)]
GIT_SHA1 points to the sha1 of upstream.
Origin: Debian
Forwarded: not-needed
Last-Update: 2024-07-30
Gbp-Pq: Name 0004-GIT_SHA1-points-to-the-sha1-of-upstream.patch
Christian Göttsche [Mon, 4 Jan 2021 13:15:00 +0000 (14:15 +0100)]
Use release version for Debian
Forwarded: not-needed
Gbp-Pq: Name 0003-Use-release-version-for-Debian.patch
Sandro Knauß [Tue, 15 Jan 2019 21:21:35 +0000 (22:21 +0100)]
Don't modify build flags within the package
Origin: debian
Forwarded: not-needed
Last-Update: 2021-01-03
For being able to have full control over the build process, we need
full control over the build flags set. That's why it is recommended to disable
any modification from these flags from package side.
Gbp-Pq: Name 0002-use_system_buildflags.patch
Sandro Knauß [Tue, 15 Jan 2019 21:21:35 +0000 (22:21 +0100)]
Debianize installation folder for kde plugin
Origin: Debian
Forwarded: not-needed
Last-Update: 2023-02-04
Inside debian we want that the kde plugins are directly found,
so we need to push them to known places.
Gbp-Pq: Name 0001-fix-installationpath-of-dolphin-plugin.patch
Sandro Knauß [Sat, 3 May 2025 21:58:30 +0000 (23:58 +0200)]
Release to unstable
Sandro Knauß [Sat, 3 May 2025 21:57:15 +0000 (23:57 +0200)]
Remove postal address of Free Software Foundation.
Sandro Knauß [Sat, 3 May 2025 20:46:28 +0000 (22:46 +0200)]
Update patch hunks.
Sandro Knauß [Sat, 3 May 2025 20:44:09 +0000 (22:44 +0200)]
New upstream release.
Sandro Knauß [Sat, 3 May 2025 20:42:47 +0000 (22:42 +0200)]
Update upstream source from tag 'upstream/3.16.4'
Update to upstream version '3.16.4'
with Debian dir
dcaee008ecb62314d291614df3c674c14ed65a27
Sandro Knauß [Sat, 3 May 2025 20:40:55 +0000 (22:40 +0200)]
New upstream version 3.16.4
Matthieu Gallien [Mon, 28 Apr 2025 10:10:35 +0000 (12:10 +0200)]
prepare for release 3.16.4
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 28 Apr 2025 10:00:56 +0000 (12:00 +0200)]
Merge pull request #8215 from nextcloud/backport/8209/stable-3.16
[stable-3.16] fix(filesystem): ensure we set a file read-only or read-write on Windows
Matthieu Gallien [Fri, 25 Apr 2025 13:52:31 +0000 (15:52 +0200)]
fix(propagation): ensure we run file removal propagation steps
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 25 Apr 2025 10:19:26 +0000 (12:19 +0200)]
fix(propagation): more logs on folder deletions propagation step
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 25 Apr 2025 12:00:30 +0000 (14:00 +0200)]
fix(propagation): ensure we delete pending folders before terminating
we might forget to run the pending folder deletions when terminating
synchronization
ensure we check if any of them are to be done
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 25 Apr 2025 08:11:15 +0000 (10:11 +0200)]
fix(filesystem): use platform specific API to make a file read-only
on Windows we may fail to mark a file read-only be read-write again
using high level API
switch to use of low level C API from Microsoft
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 25 Apr 2025 07:47:08 +0000 (09:47 +0200)]
fix(filesystem): log more permissions when deleting a file fails
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 28 Apr 2025 07:59:58 +0000 (09:59 +0200)]
Merge pull request #8214 from nextcloud/backport/8201/stable-3.16
[stable-3.16] fix(gui): resize sharee search results list dependent on required space
Jyrki Gadinger [Thu, 24 Apr 2025 11:20:46 +0000 (13:20 +0200)]
fix(gui): resize share search results list dependent on required space
In the case there are more search results present than there's space for
it, always display a scrollbar. Some QtQuick themes don't make it
obvious that the list is scrollable.
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Jyrki Gadinger [Mon, 28 Apr 2025 06:23:08 +0000 (08:23 +0200)]
Merge pull request #8211 from nextcloud/backport/8200/stable-3.16
[stable-3.16] fix(assert): remove runtime assert that could crash production builds
Matthieu Gallien [Thu, 24 Apr 2025 10:09:48 +0000 (12:09 +0200)]
fix(assert): remove runtime assert that could crash production builds
use debug only assert to remove the possibility that we self inflict
crashes on users
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Mon, 28 Apr 2025 03:04:28 +0000 (03:04 +0000)]
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 27 Apr 2025 03:01:02 +0000 (03:01 +0000)]
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 26 Apr 2025 03:01:50 +0000 (03:01 +0000)]
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 25 Apr 2025 03:01:07 +0000 (03:01 +0000)]
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Thu, 24 Apr 2025 10:10:24 +0000 (12:10 +0200)]
Merge pull request #8199 from nextcloud/backport/8193/stable-3.16
[stable-3.16] Bugfix/do not crash when propagating changes with move or rename
Matthieu Gallien [Wed, 23 Apr 2025 16:26:54 +0000 (18:26 +0200)]
fix(rename): avoid hitting runtime assert when renaming virtual files
when propagating a rename to the child items, we must not make child
items be done from propagator point of view
they will be part of their own propagator item and that will create
issues
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 23 Apr 2025 09:54:34 +0000 (11:54 +0200)]
fix(rename): handle complex rename/move scenario
ensure we do not leak records and properly update them in client
database
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 22 Apr 2025 14:03:29 +0000 (16:03 +0200)]
feat(discovery): add more info for renamed items
add original name
add renamed name
add target name
should make it easier to analyze rename operations
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 22 Apr 2025 14:03:05 +0000 (16:03 +0200)]
feat(discovery): add missing inode info for discovered files
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 22 Apr 2025 14:02:12 +0000 (16:02 +0200)]
perf(discovery): optimize empty strings
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 24 Apr 2025 09:51:06 +0000 (11:51 +0200)]
Merge pull request #8198 from nextcloud/backport/8195/stable-3.16
[stable-3.16] revert to QFile::remove to remove single files
Matthieu Gallien [Thu, 24 Apr 2025 08:27:41 +0000 (10:27 +0200)]
fix(filesystem): warn when trying to delete an already deleted file
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 24 Apr 2025 08:07:47 +0000 (10:07 +0200)]
fix(filesystem): still use std::filesystem::remove for folders
this API has a way to provide an error when failing to delete a folder
we may want to know why teh folderf ailed to be deleted
QDir::rmdir does not provide any error when failing to delete a folder
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 24 Apr 2025 07:30:58 +0000 (09:30 +0200)]
fix: Revert "stop using QFile api to delete a single local file"
This reverts commit
58d28ab3306a5cd36d990678416375386d9a0db9.
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 24 Apr 2025 09:01:46 +0000 (11:01 +0200)]
Merge pull request #8196 from nextcloud/backport/8182/stable-3.16
[stable-3.16] Bugfix/read only windows folders
Matthieu Gallien [Fri, 18 Apr 2025 14:05:07 +0000 (16:05 +0200)]
fix(rmdir): switch to another API for folder removal
current QDir::rmdir API does not provide an error message when failing
to delete
retuse FileSystem::remove that may just works with folders
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 17 Apr 2025 17:21:49 +0000 (19:21 +0200)]
fix(autotests): do not remove read-only files already removed
the sync engine will remove invalid items inside read-only folders
not needed to remove them in tests and rather checks that they were
indeed removed
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 17 Apr 2025 17:18:40 +0000 (19:18 +0200)]
refactor(logs): improve logs around deletions and permissions
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 17 Apr 2025 15:26:12 +0000 (17:26 +0200)]
fix(permissions): solve issues with file permissions automated tests
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 17 Apr 2025 12:35:02 +0000 (14:35 +0200)]
fix(read only folder): allow renaming new file inside read-only folders
needed to download a new file inside a read-only folder
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 17 Apr 2025 09:57:22 +0000 (11:57 +0200)]
feat(windows native API): use windows specific API for read-only folders
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 24 Apr 2025 09:01:21 +0000 (11:01 +0200)]
Merge pull request #8197 from nextcloud/backport/8189/stable-3.16
[stable-3.16] Bugfix/filesystem remove file not working
Matthieu Gallien [Tue, 22 Apr 2025 09:16:21 +0000 (11:16 +0200)]
fix: use safer conversion from QString to filesystem::path
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 22 Apr 2025 09:14:07 +0000 (11:14 +0200)]
feat: better logs when a file cannot be removed
should log the reason why a file cannot be deleted
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Claudio Cambra [Thu, 24 Apr 2025 07:14:15 +0000 (15:14 +0800)]
Merge pull request #8194 from nextcloud/backport/8190/stable-3.16
[stable-3.16] pin Craft revision to a specific commit
Jyrki Gadinger [Tue, 22 Apr 2025 09:54:26 +0000 (11:54 +0200)]
ci: pin craft revision to a specific commit
25.03-nc still has pkg-config in it, which recently got replaced in
Craft by pkgconf
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Jyrki Gadinger [Tue, 22 Apr 2025 09:50:23 +0000 (11:50 +0200)]
ci: temporarily use custom craftmaster fork
this is required to make `General`.`CraftRevision` work as intended.
Revert this after
https://invent.kde.org/packaging/craftmaster/-/merge_requests/7 is
merged.
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Nextcloud bot [Wed, 23 Apr 2025 03:01:50 +0000 (03:01 +0000)]
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 22 Apr 2025 03:03:02 +0000 (03:03 +0000)]
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 21 Apr 2025 03:02:32 +0000 (03:02 +0000)]
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 20 Apr 2025 03:01:42 +0000 (03:01 +0000)]
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 19 Apr 2025 03:02:53 +0000 (03:02 +0000)]
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 18 Apr 2025 03:02:11 +0000 (03:02 +0000)]
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 17 Apr 2025 03:02:39 +0000 (03:02 +0000)]
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Camila Ayres [Wed, 16 Apr 2025 08:36:33 +0000 (10:36 +0200)]
build: prepare 3.16.3 release.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Matthieu Gallien [Wed, 16 Apr 2025 06:57:46 +0000 (08:57 +0200)]
Merge pull request #8172 from nextcloud/backport/8168/stable-3.16
[stable-3.16] use specific revision for KDE blueprints that matches the craft cache
Jyrki Gadinger [Tue, 15 Apr 2025 16:53:14 +0000 (18:53 +0200)]
ci: use specific revision for KDE blueprints that matches the craft cache
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Nextcloud bot [Wed, 16 Apr 2025 03:04:24 +0000 (03:04 +0000)]
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Tue, 15 Apr 2025 21:00:35 +0000 (23:00 +0200)]
Merge pull request #8169 from nextcloud/backport/8036/stable-3.16
[stable-3.16] fix(migration): import proxy and general settings from legacy config.
Camila Ayres [Tue, 15 Apr 2025 15:03:28 +0000 (17:03 +0200)]
fix: non-void function does not return a value in all control paths.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Tue, 15 Apr 2025 14:10:16 +0000 (16:10 +0200)]
fix: remove unused var.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Tue, 15 Apr 2025 10:51:42 +0000 (12:51 +0200)]
chore: make settings keys const static member of ConfigFile class.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Tue, 15 Apr 2025 09:52:19 +0000 (11:52 +0200)]
chore: rename function, change log level.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Mon, 17 Mar 2025 18:09:32 +0000 (19:09 +0100)]
fix(migration): import proxy and general settings from legacy config.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Mon, 17 Mar 2025 16:22:52 +0000 (17:22 +0100)]
chore(migration): remove duplicated code when copying legacy config to new path.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Jyrki Gadinger [Tue, 15 Apr 2025 14:49:51 +0000 (16:49 +0200)]
Merge pull request #8166 from nextcloud/backport/8160/stable-3.16
[stable-3.16] fix(msi): allow custom installation directory
Jyrki Gadinger [Tue, 15 Apr 2025 09:47:49 +0000 (11:47 +0200)]
fix(msi): allow custom installation directory
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Jyrki Gadinger [Tue, 15 Apr 2025 12:59:41 +0000 (14:59 +0200)]
Merge pull request #8162 from nextcloud/backport/8156/stable-3.16
[stable-3.16] fix(theme): correct dark/light mode check on Win10
Jyrki Gadinger [Tue, 15 Apr 2025 08:13:14 +0000 (10:13 +0200)]
fix(theme): correct dark/light mode check on Win10
`Utility::registryGetKeyValue` returns an invalid QVariant should the
key not exist -- which is the case if that switch has never been toggled
before.
--> Fix this by ensuring the QVariant is valid, and only then try to
convert it to a bool.
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Jyrki Gadinger [Tue, 15 Apr 2025 12:26:43 +0000 (14:26 +0200)]
Merge pull request #8159 from nextcloud/backport/5543/stable-3.16
[stable-3.16] Use AccountPtr in Account signals instead of raw pointer
Claudio Cambra [Tue, 15 Apr 2025 08:07:29 +0000 (16:07 +0800)]
fix(gui): Use AccountPtr in setup wizard
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 17 Oct 2024 03:32:35 +0000 (11:32 +0800)]
Fix use of saveAccount in networksettings
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 23 Mar 2023 16:47:41 +0000 (17:47 +0100)]
Use AccountPtr in testpushnotifications
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 22 Mar 2023 14:27:17 +0000 (15:27 +0100)]
Use AccountPtr in serverVersionChanged signal instead of raw pointer
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 22 Mar 2023 14:26:18 +0000 (15:26 +0100)]
Replace use of raw pointer in wantsAccountSaved signal with AccountPtr
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 22 Mar 2023 13:53:06 +0000 (14:53 +0100)]
Emit AccountPtr from pushNotificationsDisabled in Account rather than raw pointer
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 22 Mar 2023 13:50:48 +0000 (14:50 +0100)]
Use AccountPtr in pushNotificationsReady signal in Account rather than raw pointer
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Jyrki Gadinger [Tue, 15 Apr 2025 12:12:55 +0000 (14:12 +0200)]
Merge pull request #8158 from nextcloud/backport/5288/stable-3.16
[stable-3.16] Exclude NavigationPaneHelper from non-Windows compile
Claudio Cambra [Mon, 19 Dec 2022 16:05:13 +0000 (17:05 +0100)]
Only build NavigationPaneHelper on Windows
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 19 Dec 2022 14:54:55 +0000 (15:54 +0100)]
Ifdef all mentions of navigationpanehelper out of non-Windows builds
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Jyrki Gadinger [Tue, 15 Apr 2025 11:59:05 +0000 (13:59 +0200)]
Merge pull request #8163 from nextcloud/backport/8038/stable-3.16
[stable-3.16] skip single test or whole test file for macOS: they are broken
Matthieu Gallien [Tue, 18 Mar 2025 08:35:13 +0000 (09:35 +0100)]
skip single test or whole test file for macOS: they are broken
would need careful analyze to fix those
until we can get them fixed, better make the other tests be required in
the CI
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Jyrki Gadinger [Tue, 15 Apr 2025 11:44:05 +0000 (13:44 +0200)]
Merge pull request #8157 from nextcloud/backport/8111/stable-3.16
[stable-3.16] fix(PinState): don't trigger sync when file's PinState changed to Unspecified.
Camila Ayres [Tue, 8 Apr 2025 13:35:55 +0000 (15:35 +0200)]
test(cfapi): check for spurious attribute changes.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Thu, 3 Apr 2025 17:10:15 +0000 (19:10 +0200)]
fix(PinState): don't trigger sync when file's PinState changed to Unspecified.
LibreOffice/Microsoft office might touch the files for unknown reasons,
creating a constant sync state (icon) visible in the parent folder.
This fix excludes PinState changes from a new sync if the trigger
might have been an external application.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Nextcloud bot [Tue, 15 Apr 2025 03:07:07 +0000 (03:07 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Mon, 14 Apr 2025 16:59:59 +0000 (18:59 +0200)]
Merge pull request #8153 from nextcloud/backport/8145/stable-3.16
[stable-3.16] simplify deletions of invalid read-only items: do not interrupt sync
Matthieu Gallien [Fri, 11 Apr 2025 09:33:45 +0000 (11:33 +0200)]
fix: do not interrupt sync when cleaning invalid read-only items
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Mon, 14 Apr 2025 03:03:14 +0000 (03:03 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 13 Apr 2025 03:03:54 +0000 (03:03 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 12 Apr 2025 03:05:50 +0000 (03:05 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 11 Apr 2025 03:04:51 +0000 (03:04 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Thu, 10 Apr 2025 15:13:54 +0000 (17:13 +0200)]
Merge pull request #8141 from nextcloud/backport/8140/stable-3.16
[stable-3.16] disable use of bulk upload for small files
Matthieu Gallien [Thu, 10 Apr 2025 12:35:11 +0000 (14:35 +0200)]
disable use of bulk upload for small files
this feature causes many issues with impact on users so we prefer to
disable it again
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 10 Apr 2025 13:09:50 +0000 (15:09 +0200)]
Merge pull request #8139 from nextcloud/backport/8048/stable-3.16
[stable-3.16] Bugfix/slow bulk upload